home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / scrmblr2.zip / SCRAMBLE.DOC < prev    next >
Text File  |  1994-03-07  |  4KB  |  129 lines

  1.  
  2.  
  3.                                The Scrambler ][
  4.                     ⌐1994 R.J. Nataly - All Rights Reserved
  5.  
  6.  
  7. Welcome to version 2.0 of The Scrambler.  This version is very similar in
  8. operation to its predecessor, but employs a more sophisticated encryption
  9. technique.  One difference you'll immediately notice is that the encryption 
  10. password has been expanded from four digits in version 1.5 to eight digits
  11. in this version.
  12.  
  13. Other than the increase in the password length, all other aspects of 
  14. operation remain unchanged.  Because The Scrambler][ is relatively 
  15. simple to use and is very similar to version 1.5, this documentation will be 
  16. fairly brief.
  17.  
  18. Both versions of The Scrambler require you to have:
  19.  
  20. mathieeedoubbas.library
  21.  
  22. in the LIBS: directory of your system disk.  This library file is contained in 
  23. Workbench version 2.04 (and possibly earlier versions of WB as well).
  24.  
  25.  
  26.  
  27.  
  28. Scrambler][ Overview
  29.  
  30. The Scrambler][ will read an ASCII text file and encrypt it using an 8-digit 
  31. password that you provide.  The resulting output file can be read only after 
  32. decrypting it with the same 8-digit password.
  33.  
  34. An effort has been made to avoid non-printing, control, and other unusual 
  35. characters in the Scrambler][ output file (the encrypted file).  This allows 
  36. encrypted files to be placed in E-mail and public message sections of most 
  37. bulletin boards.
  38. However, if the bulletin board inserts characters while printing the 
  39. message (a [pause] prompt, for example), then these characters must be 
  40. deleted from the message before de-Scrambling.  
  41. For absolute best results, messages should be uploaded/downloaded via 
  42. the bulletin board's file transfer area.
  43.  
  44.  
  45.  
  46. Scrambler][ Operation
  47.  
  48. The Scrambler][ can only be run from a Workbench Shell (CLI).  Running 
  49. the program by typing "Scrambler" will give you the following help 
  50. screen.
  51.  
  52. The Scrambler][
  53. ----------------
  54. ⌐ 1994 - Bob Nataly   
  55.  
  56. Usage: Scrambler <operation> <########> <filename>
  57.  
  58.        Operations:  -s = Scramble an ASCII file.
  59.                     -u = Unscramble an ASCII file.
  60.  
  61.        ######## = An eight digit password.
  62.  
  63.  
  64. As I mentioned before, operation is fairly straightforward.  To encrypt a 
  65. file named secret with password 84620321, simply type:
  66.  
  67. Scrambler -s 84620321 secret
  68.  
  69. to decrypt the file secret.scr, type:
  70.  
  71. Scrambler -u 84620321 secret
  72.  
  73. That's all there is to it....  I've enclosed a file called testfile.scr for you to 
  74. unscramble with the password 12345678.  Read the file before 
  75. unscrambling it, then read it again after unscrambling it.  This will give 
  76. you a better idea of The Scrambler]['s capabilities.
  77.  
  78.  
  79.  
  80.  
  81.  
  82. Legal Notice
  83.  
  84. The Scrambler][ was not written for use as a means to communicate illegal 
  85. activities and should NOT be used as such.  I do NOT support the theory 
  86. that its OK to break a particular law if you don't feel it should exist.  If you 
  87. don't like a law, then gather support to repeal it legally.  
  88. I realize that others uploading such programs have suggested using them 
  89. for communications dealing with illegal activities.  Such suggestions are 
  90. socially irresponsible and morally questionable.  In response to such 
  91. suggestions, I'll simply offer this warning.  Local officials have the ability 
  92. to transfer encrypted messages to federal agencies, should probable cause 
  93. exist.  Federal agencies have specialists trained to decode any encrypted 
  94. message, regardless of the encryption method used.
  95. While The Scrambler]['s encryption method is sophisticated, I will 
  96. cooperate with any law enforcement agencies in their efforts, providing 
  97. probable cause exists.
  98.  
  99.  
  100.  
  101. Related Files
  102.  
  103. Enclosed in this archive are the following files:
  104.  
  105. PCSCRAM.EXE   - IBM PC version of The Scrambler][
  106. Scrambler.doc - This file
  107. testfile.SCR  - Sample scrambled file
  108. Scrambler     - Amiga EXE file
  109.  
  110. The PC version should be identical to the Amiga version in every aspect,
  111. although I have not tested the PC version as completely as the Amiga
  112. version.
  113.  
  114. NOTE:
  115.  
  116. When transferring .SCR files from PC to Amiga via disk, you may have
  117. to use the AmigaDOS ED command to remove extra carriage returns from
  118. the file for it to unscramble properly.
  119.  
  120.  
  121. BUG REPORTS:
  122.  
  123. Please send any bug reports to:
  124.  
  125. Amiga@CIS.UmassD.edu
  126.  
  127. please be sure to identify wheather you're using the Amiga or PC version.
  128.  
  129.